* {
    margin:0;
    padding:0;
    -webkit-text-stroke-width: 0px;
    -moz-text-stroke-width: 0px;
    -o-text-stroke-width: 0px;
    -ms-text-stroke-width: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing:border-box;
}
body {
    font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei", \5b8b\4f53, sans-serif;
    background-color:#fff;
    font-size: 12px;
    color: #000;
    overflow-x: auto;
}
a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    blr:expression(this.onFocus=this.blur());
    outline:none;
}
input, select, textarea {
    vertical-align:middle;
    width: auto;
    outline: none;
    border:0;
}
select {
    appearance: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
}
img {
    vertical-align:middle;
    border:0;
    outline:none;
}
div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    display: block;
    width: auto;
    height: auto;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing:0px;
    border: 0;
}
.title{
    display: block;
    clear: both;
    width: 100%;
    height: 155px;
    overflow: hidden;
}
.content{
    display: block;
    clear:both;
    width:1100px;
    height: 100%;
    margin:0 auto;
}
.content dt{
    float: left;
    margin-left: 50px;
}
.content dt div{
    float: left;
}
.content dt div.icon{
    width: 82px;
    height: 82px;
    margin-top: 36px;
}
.content dt div img{
    width: 100%;
}
.content dt div.icon_name{
    width: 178px;
    height: 23px;
    margin-top: 65px;
    margin-left:12px;
}
.content dd{
    float: left;
}
.content dd ul{
    display: block;
    clear: both;
    margin-top: 67px;
}
.content dd ul li{
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-left: 120px;
    cursor: pointer;
}
.content dd ul li p{
    display: block;
    clear: both;
}
.content dd ul li .line{
    display: block;
    clear: both;
    width: 25px;
    height: 2px;
    background: #43C270;
    margin: 0 auto;
    margin-top: 2px;
}


.footer{
    display: block;
    clear: both;
    width: 100%;
    height: 143px;
    overflow: hidden;
}

.footer p{
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.big_picture{
    display: block;
    clear: both;
    width: 100%;
}
.big_picture ul{
    display: block;
    clear: both;
    width:100%;
}
.big_picture ul li{
    display: none;
    clear: both;
    width:100%;
}
.big_picture ul li.on{
    display: block;
    clear: both;
    width:100%;
}

.big_picture ul li img{
    width: 100%;
}